home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / stadel / stadel2.zoo / 217_hlps / protocol.hlp < prev    next >
Text File  |  1989-03-21  |  2KB  |  37 lines

  1.    File transfers...
  2.  
  3.    The designers of Citadel saw downloading as just another form of reading
  4. information from the BBS, hence the file transfer commands are included among
  5. the .R(ead) extended commands.  A later enhancement created a "standard"
  6. syntax for file transfers: .R(ead) [Protocol] F(ile), allowing more protocols
  7. to be implemented as they appear.  Currently you have these options:
  8.  
  9.   .RF   .R(ead) F(ile)   no protocol, just raw data, which becomes a bit messy
  10. if you try to read a binary file like an ARChive.
  11.   .RTF  .R(ead) T(ext) F(ile)  a pseudo-protocol, T(ext) will format the file
  12. to your screen width, just like the messages.
  13.   .RXF  .R(ead) X(modem) F(ile)  the old standby, Xmodem
  14. protocol, which should be used for binary files or noisy connections.
  15.   .RYF  .R(ead) Y(modem) F(ile)  This is NOT* Ymodem batch, but Ymodem single
  16. file transfer.
  17.   .RWF  .R(ead) W(xmodem) F(ile)  Windowed Xmodem -- very fast for
  18. packet-switched networks.
  19.   .RVF  .R(ead) V(anilla) F(ile)  Pseudo-ascii transfer.  It's just a straight
  20. ascii transfer terminated by 2 CAN (ctrl-X)  characters.  When uploading, you
  21. MUST* terminate the transfer with 2 CAN characters to have the BBS accept the
  22. upload.
  23.  
  24.   If you are downloading more than one file, you may use Ymodem BATCH mode to
  25. download them.
  26.  
  27.   .RXB  .R(ead) X(modem) B(atch-mode file)  Ymodem batch download with 128
  28. byte blocks only.
  29.   .RYB  .R(ead) Y(modem) B(atch-mode file)  Normal Ymodem batch download.
  30.  
  31.   Uploading uses the same options. (.E(nter) [Protocol] F(ile))  If you do a
  32. .E(nter) F(ile), the BBS will assume that you intend to do a XMODEM upload.
  33. STadel does not allow Ymodem batch mode uploads.
  34.  
  35.   SEE ALSO:
  36. %FILES    General information on uploading/downloading files.
  37.